home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1997 #1 / Amiga Plus Extra 1997 #1.iso / programme / tools / wincloser / wincloser.readme < prev   
Text File  |  1996-11-25  |  1KB  |  31 lines

  1. Short:    Closes Intuition windows via a hotkey
  2. Uploader: bybell@cse.psu.edu (Tony Bybell)
  3. Author:   bybell@cse.psu.edu (Tony Bybell)
  4. Type:     util/wb
  5.  
  6. This short little utility patches the IE eventlist so that window closing
  7. events may also be signaled in terms of *other* events.  The upshot of this
  8. is that you can define key combinations to close windows on the screen.
  9. Currently, the file "IESupport.a" is set up to use a CTRL-\ combination.
  10. You may change this to whatever you like--just make sure you use the right
  11. IECLASS and IEQUALIFIERB values.  (They can be found in the include files
  12. for your compiler/assembler.)
  13.  
  14. Note that you can patch other events as well--f.e., use this to emulate a
  15. middle mouse button.
  16.  
  17. To compile this, simply run the .c file--it'll take care of the rest.  (at
  18. least it does under my ancient SAS C compiler ;) To install, insert a line
  19. like
  20.  
  21. run <nil: >nil: c:WinCloser 
  22.  
  23. into your s:user-startup.  To kill the patch, run it again and the new copy
  24. will signal the old one and kill it.
  25.  
  26. This program is very stable--I've been using it for the past 3 years with
  27. no problems on my A4000.
  28.  
  29. Have fun!
  30. 26nov96 tony
  31.